Saldae

Row

Analysis Summary

We have noticed that the demand will be relatively high for most of beers


Row

Key Figures ( Prediction)

Key figures (contribution)

Row

Intro

This is a template of interactive reporting output generated by Saldae Analytics Platform. If you want to learn more about us and our service please visit our website:

https://www.fairanalytics.net/

Total Sales of Beers in the following cities next month :


Useful concepts

Forecasting:

Forecasting is required in many situations. Stocking an inventory may require forecasts of demand months in advance. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning


Pilsner

Row

Pilsner : Maximum

403.387

Summary

insert your comments here


Row

Forecast Chart

Forecast Table

Anomalies

PaleAle

Row

PaleAle : Maximum

392.958

Summary

For PaleAle the forecast will stay stable in thre next upcoming months


Row

Forecast Chart

Forecast Table

Anomalies

Stout

Row

Stout : Maximum

423.858

Summary

insert your comments here


Row

Forecast Chart

Forecast Table

Anomalies

Helles

Row

Helles : Maximum

707.852

Summary

insert your comments here


Row

Forecast Chart

Forecast Table

Anomalies

Weissbier

Row

Weissbier : Maximum

507.289

Summary

insert your comments here


Row

Forecast Chart

Forecast Table

Anomalies

---
title: Saldae Analytics Beers
author: Staffan
date: 2022-04-18 18:45
output:
  flexdashboard::flex_dashboard:
    orientation: columns
    social: menu
    theme: bootstrap
    mathjax: ~
    favicon: saldae_logo.png
    source_code: embed
params:
  sald_explor_chart: NA
  sald_predict_chart: NA
  sald_tisefka: NA
  sald_predict_values: NA
  sald_predict_comment: NA
  sald_introduction: NA
  sald_report_asezwer: NA
---
# Saldae {data-navmenu="Intro"}

Row {data-width=200}
-----------------------------------------------------------------------
### Analysis Summary {data-commentary-height=200}

```{r,echo=FALSE,warning=FALSE,results='asis'}

h4(params$sald_report_asezwer)
```

***

```{r,echo=FALSE,warning=FALSE}
future_key_figures <- unlist(params$sald_predict_values$key_figures%>%purrr::map(~.x[[1]]))
future_key_figures <- data.frame(attribute = names(future_key_figures),forecast =future_key_figures)


```

Row {data-width=500}
-----------------------------------------------------------------------
### Key Figures ( Prediction)
```{r,echo=FALSE,warning=FALSE}


DT::datatable(future_key_figures,
              extensions = c('Buttons','Scroller'), options = list(
                deferRender = TRUE,
              scrollY = 200,
              scroller = TRUE,
              dom = 'Bfrtip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print')
  )
)
```


### Key figures (contribution)
```{r,echo=FALSE,warning=FALSE}
future_key_figures_pie <- future_key_figures%>%plotly::plot_ly( labels  = ~attribute, values= ~forecast, type = 'pie')

future_key_figures_pie
```



Row
-----------------------------------------------------------------------
### Intro {data-commentary-height=400}

This is a template of interactive reporting output generated by [Saldae Analytics Platform](https://saldae-analytics.shinyapps.io/saldae-analytics-platform/).
If you want to learn more about us and our service please visit our website: 

[https://www.fairanalytics.net/](https://www.fairanalytics.net/)

*Total Sales of Beers in the following cities next month :* 

```{r,echo=FALSE,warning=FALSE}
future_key_figures_bar <- future_key_figures%>%plotly::plot_ly( y = ~attribute, x = ~forecast, type = 'bar',color = ~attribute, orientation = 'h')
future_key_figures_bar

```


***

### Useful concepts {data-commentary-height=300}


**Forecasting:**

Forecasting is required in many situations. Stocking an inventory may require forecasts of demand months in advance. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning

***


`r names(params$sald_explor_chart)[[1]]`
=======================================================================

Row {data-width=200}
-----------------------------------------------------------------------


### `r paste(names(params$sald_explor_chart)[[1]] ,":",params$sald_predict_values$key_metric)`


```{r}
my_key_figure <- params$sald_predict_values$key_figures[[1]]
flexdashboard::valueBox(my_key_figure,color = "brown", icon = "fa-euro-sign")
```

### Summary {data-commentary-height=100}

```{r,warning=FALSE,echo=FALSE}
h5(params$sald_predict_comment[[1]])
```

***

Row {.tabset}
-----------------------------------------------------------------------

### Forecast Chart

```{r, warning=FALSE,fig.height=6,echo=FALSE}
params$sald_explor_chart[[1]]

```


### Forecast Table

```{r, warning=FALSE,fig.height=4,echo=FALSE}

DT::datatable(params$sald_predict_chart[[1]],
              extensions = c('Buttons','Scroller'), options = list(
                deferRender = TRUE,
              scrollY = 400,
              scroller = TRUE,
              dom = 'Bfrtip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print')
  )
)
```

### Anomalies 

```{r ,warning=FALSE,fig.height=4,message=FALSE,echo=FALSE}
tisefka <- params$sald_tisefka%>%select(date,names(params$sald_explor_chart)[1])
tisefka2 <<- tisefka
tisefka%>%
  SaldaeDataExplorer::anomaly_detection_yiwen()%>%
  SaldaeDataExplorer::SA_anomaly_charter(target_variable = names(params$sald_explor_chart)[1])
```


`r names(params$sald_explor_chart)[[2]]`
=======================================================================

Row {data-width=200}
-----------------------------------------------------------------------


### `r paste(names(params$sald_explor_chart)[[2]] ,":",params$sald_predict_values$key_metric)`


```{r}
my_key_figure <- params$sald_predict_values$key_figures[[2]]
flexdashboard::valueBox(my_key_figure,color = "brown", icon = "fa-euro-sign")
```

### Summary {data-commentary-height=100}

```{r,warning=FALSE,echo=FALSE}
h5(params$sald_predict_comment[[2]])
```

***

Row {.tabset}
-----------------------------------------------------------------------

### Forecast Chart

```{r, warning=FALSE,fig.height=6,echo=FALSE}
params$sald_explor_chart[[2]]

```


### Forecast Table

```{r, warning=FALSE,fig.height=4,echo=FALSE}

DT::datatable(params$sald_predict_chart[[2]],
              extensions = c('Buttons','Scroller'), options = list(
                deferRender = TRUE,
              scrollY = 400,
              scroller = TRUE,
              dom = 'Bfrtip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print')
  )
)
```

### Anomalies 

```{r ,warning=FALSE,fig.height=4,message=FALSE,echo=FALSE}
tisefka <- params$sald_tisefka%>%select(date,names(params$sald_explor_chart)[2])
tisefka2 <<- tisefka
tisefka%>%
  SaldaeDataExplorer::anomaly_detection_yiwen()%>%
  SaldaeDataExplorer::SA_anomaly_charter(target_variable = names(params$sald_explor_chart)[2])
```


`r names(params$sald_explor_chart)[[3]]`
=======================================================================

Row {data-width=200}
-----------------------------------------------------------------------


### `r paste(names(params$sald_explor_chart)[[3]] ,":",params$sald_predict_values$key_metric)`


```{r}
my_key_figure <- params$sald_predict_values$key_figures[[3]]
flexdashboard::valueBox(my_key_figure,color = "brown", icon = "fa-euro-sign")
```

### Summary {data-commentary-height=100}

```{r,warning=FALSE,echo=FALSE}
h5(params$sald_predict_comment[[3]])
```

***

Row {.tabset}
-----------------------------------------------------------------------

### Forecast Chart

```{r, warning=FALSE,fig.height=6,echo=FALSE}
params$sald_explor_chart[[3]]

```


### Forecast Table

```{r, warning=FALSE,fig.height=4,echo=FALSE}

DT::datatable(params$sald_predict_chart[[3]],
              extensions = c('Buttons','Scroller'), options = list(
                deferRender = TRUE,
              scrollY = 400,
              scroller = TRUE,
              dom = 'Bfrtip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print')
  )
)
```

### Anomalies 

```{r ,warning=FALSE,fig.height=4,message=FALSE,echo=FALSE}
tisefka <- params$sald_tisefka%>%select(date,names(params$sald_explor_chart)[3])
tisefka2 <<- tisefka
tisefka%>%
  SaldaeDataExplorer::anomaly_detection_yiwen()%>%
  SaldaeDataExplorer::SA_anomaly_charter(target_variable = names(params$sald_explor_chart)[3])
```


`r names(params$sald_explor_chart)[[4]]`
=======================================================================

Row {data-width=200}
-----------------------------------------------------------------------


### `r paste(names(params$sald_explor_chart)[[4]] ,":",params$sald_predict_values$key_metric)`


```{r}
my_key_figure <- params$sald_predict_values$key_figures[[4]]
flexdashboard::valueBox(my_key_figure,color = "brown", icon = "fa-euro-sign")
```

### Summary {data-commentary-height=100}

```{r,warning=FALSE,echo=FALSE}
h5(params$sald_predict_comment[[4]])
```

***

Row {.tabset}
-----------------------------------------------------------------------

### Forecast Chart

```{r, warning=FALSE,fig.height=6,echo=FALSE}
params$sald_explor_chart[[4]]

```


### Forecast Table

```{r, warning=FALSE,fig.height=4,echo=FALSE}

DT::datatable(params$sald_predict_chart[[4]],
              extensions = c('Buttons','Scroller'), options = list(
                deferRender = TRUE,
              scrollY = 400,
              scroller = TRUE,
              dom = 'Bfrtip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print')
  )
)
```

### Anomalies 

```{r ,warning=FALSE,fig.height=4,message=FALSE,echo=FALSE}
tisefka <- params$sald_tisefka%>%select(date,names(params$sald_explor_chart)[4])
tisefka2 <<- tisefka
tisefka%>%
  SaldaeDataExplorer::anomaly_detection_yiwen()%>%
  SaldaeDataExplorer::SA_anomaly_charter(target_variable = names(params$sald_explor_chart)[4])
```


`r names(params$sald_explor_chart)[[5]]`
=======================================================================

Row {data-width=200}
-----------------------------------------------------------------------


### `r paste(names(params$sald_explor_chart)[[5]] ,":",params$sald_predict_values$key_metric)`


```{r}
my_key_figure <- params$sald_predict_values$key_figures[[5]]
flexdashboard::valueBox(my_key_figure,color = "brown", icon = "fa-euro-sign")
```

### Summary {data-commentary-height=100}

```{r,warning=FALSE,echo=FALSE}
h5(params$sald_predict_comment[[5]])
```

***

Row {.tabset}
-----------------------------------------------------------------------

### Forecast Chart

```{r, warning=FALSE,fig.height=6,echo=FALSE}
params$sald_explor_chart[[5]]

```


### Forecast Table

```{r, warning=FALSE,fig.height=4,echo=FALSE}

DT::datatable(params$sald_predict_chart[[5]],
              extensions = c('Buttons','Scroller'), options = list(
                deferRender = TRUE,
              scrollY = 400,
              scroller = TRUE,
              dom = 'Bfrtip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print')
  )
)
```

### Anomalies 

```{r ,warning=FALSE,fig.height=4,message=FALSE,echo=FALSE}
tisefka <- params$sald_tisefka%>%select(date,names(params$sald_explor_chart)[5])
tisefka2 <<- tisefka
tisefka%>%
  SaldaeDataExplorer::anomaly_detection_yiwen()%>%
  SaldaeDataExplorer::SA_anomaly_charter(target_variable = names(params$sald_explor_chart)[5])
```